projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd9959d
)
(syms_of_fringe) <fringe-bitmaps>: Doc fix.
author
Kim F. Storm
<storm@cua.dk>
Tue, 21 Feb 2006 09:42:16 +0000
(09:42 +0000)
committer
Kim F. Storm
<storm@cua.dk>
Tue, 21 Feb 2006 09:42:16 +0000
(09:42 +0000)
src/fringe.c
patch
|
blob
|
history
diff --git
a/src/fringe.c
b/src/fringe.c
index 4009a97996270f56db06393e994ea8834a76e9e5..2ce9d043718bc21c961e58022cb8e957a290dad1 100644
(file)
--- a/
src/fringe.c
+++ b/
src/fringe.c
@@
-1643,8
+1643,7
@@
If nil, also continue lines which are exactly as wide as the window. */);
Voverflow_newline_into_fringe = Qt;
DEFVAR_LISP ("fringe-bitmaps", &Vfringe_bitmaps,
- doc: /* List of fringe bitmap symbols.
-You must (require 'fringe) to use fringe bitmap symbols in your programs." */);
+ doc: /* List of fringe bitmap symbols. */);
Vfringe_bitmaps = Qnil;
}